runtime.gList.head (field)

12 uses

	runtime (current package)
		mgcmark.go#L313: 	for gp := list.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
		mgcmark.go#L324: 	q := gQueue{list.head, tail.guintptr(), list.size}
		proc.go#L4042: 	for gp := glist.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
		proc.go#L4054: 	q := gQueue{glist.head, tail.guintptr(), glist.size}
		proc.go#L7391: 	head guintptr
		proc.go#L7397: 	return l.head == 0
		proc.go#L7402: 	gp.schedlink = l.head
		proc.go#L7403: 	l.head.set(gp)
		proc.go#L7410: 		q.tail.ptr().schedlink = l.head
		proc.go#L7411: 		l.head = q.head
		proc.go#L7418: 	gp := l.head.ptr()
		proc.go#L7420: 		l.head = gp.schedlink